home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / Ortografie / Ortografie.app / PB.project < prev    next >
Text File  |  1995-09-02  |  1KB  |  45 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = ortho.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     OTHER_LIBS = (Media_s, NeXT_s);
  7.     SOUNDS = (denk_nach.snd, druecke_next.snd, einwandfrei.snd, erst_loesen.snd, falsch.snd, gut_gemacht.snd, naechstes_wort.snd, nichts_gesagt.snd, nochmal.snd, noch_nicht.snd, otlitschno.snd, richtig.snd, schreibe_bitte.snd, schreibe_wort.snd, sehr_gut.snd);
  8.     CLASSES = (PlayerControl.m);
  9.     OTHER_RESOURCES = (German.lproj);
  10.     OTHER_SOURCES = (Makefile);
  11.     H_FILES = (PlayerControl.h);
  12.     INTERFACES = (Ortografie.nib);
  13.     IMAGES = (MelonSoft.tiff, ortho.tiff, playbutton.tiff, playbuttonH.tiff, recordbutton.tiff, recordbuttonH.tiff, stopbutton.tiff, stopbuttonH.tiff);
  14.     OTHER_LINKED = ();
  15.     STRINGS_FILES = (Localizable.strings);
  16.     M_FILES = (Ortografie_main.m);
  17. };
  18. APPCLASS = Application;
  19. MAINNIB = Ortografie;
  20. DOCEXTENSIONS = ();
  21. PROJECTTYPE = Application;
  22. PROJECTVERSION = 1.1;
  23. LOCALIZABLE_FILES = {
  24.     Ortografie.nib;
  25.     erst_loesen.snd;
  26.     druecke_next.snd;
  27.     nichts_gesagt.snd;
  28.     naechstes_wort.snd;
  29.     Localizable.strings;
  30.     einwandfrei.snd;
  31.     richtig.snd;
  32.     nochmal.snd;
  33.     schreibe_wort.snd;
  34.     otlitschno.snd;
  35.     sehr_gut.snd;
  36.     schreibe_bitte.snd;
  37.     falsch.snd;
  38.     noch_nicht.snd;
  39.     gut_gemacht.snd;
  40.     denk_nach.snd;
  41. };
  42. PROJECTNAME = Ortografie;
  43. SYSTEMEXTENSIONS = ();
  44. LANGUAGE = English;
  45.